home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / Hack / SATTELIT / COPW_10.ZIP / COPWRITE.DOC < prev    next >
Text File  |  1996-10-20  |  3KB  |  94 lines

  1.                    
  2.                        ╔════════════════════════════╗
  3.                        ║       Copwrite v1.0        ║
  4.                        ╠════════════════════════════╣ 
  5.                        ║   COP card EEPROM Writer   ║
  6.                        ╚════════════════════════════╝
  7. IMPORTANT:
  8. ----------
  9.  
  10.      THIS PROGRAM HAS BEEN WRITTEN FOR EDUCATIONAL PURPOSES ONLY.
  11.  
  12. No responsibilty will be taken by the author for misuse of this program.
  13. The author does not guarantee the safety of the code and is not liable for
  14. any damage the use of this program may cause - use at your own risk.
  15.  
  16. REMEMBER:
  17. ---------
  18. This software must not be used in order to view channels for which a regular
  19. subscription would be available in your country, unless you have already such
  20. a subscription and want to use this software only for educational purposes.
  21.  
  22.  
  23.    THE AUTHOR OR PROVIDER OF THIS SOFTWARE TAKES NO RESPONSIBILITY FOR THE
  24.            LEGALITY OF USING AND DISTRIBUTING THIS SOFTWARE.
  25.  
  26.  
  27. Introduction
  28. ------------
  29. Copwrite will update the EEPROM on any COP card. This is only possible on
  30. preprogrammed COP cards. The data for the EEPROM is stored in an ASCII hex
  31. file for use on similar COP cards.
  32.  
  33. The format of the datafile is such that key changes can be made by the user.
  34. It is necessary to locate the key_id and storage address, as well as the
  35. encryption for the COP version. The technique for COP encryption is to take
  36. the 7 byte plaintext key and apply through DES and a further algorithm for
  37. the COP version. As you might guess, this is not an easy process!
  38.  
  39. For safety reasons, it is not possible to update datafiles from versions other
  40. than the COP card inserted. It is necessary to use the same version of
  41. datafile for the COP card. Do not attempt to change the version of the
  42. datafile to match the COP as the encryption is different and viewing will no
  43. longer be available with the COP card until a relevant version of datafile is
  44. loaded.
  45.  
  46. I would prefer datafiles from various COP cards for educational purposes. If
  47. you discover a COP version not autodetected by the program, please email me
  48. the datafile.
  49.  
  50.  
  51.         Please - Use Copread on your COP card before Copwrite !
  52.  
  53.  
  54. COPWRITE.EXE: usage     for v1.0
  55. --------------------------------
  56. Syntax:
  57.  
  58. COPWRITE [<com>] [wa<n>] [wb<n>] [r<n>] [b<n>]
  59.  
  60. <com>    select port     use com port <com>
  61. wa<n>    reset delay     specify in uS
  62. wb<n>    byte delay      specify in uS
  63. r<n>     reset baud      reset baud rate, specify in bps
  64. b<n>     card baud       operating baud rate, specify in bps
  65. i<n>     inputfile       file holding EEPROM data
  66.  
  67. defaults are:
  68.  
  69. com: 1
  70. wa:  45000
  71. wb:  1000
  72. r:   9600
  73. b:   9600
  74.  
  75.  
  76.  
  77. The program can be run successfully on a Pheonix style interface and also a
  78. SmartMouse interface. The Smartcard Reader/Writer interface is autodetected
  79. by the program. A suitable type interface is available from Interesting
  80. Devices, full details at :
  81.  
  82.           http://users.aol.com/devices232
  83.  
  84. The program can be terminated at any time by pressing the ESC key.
  85.  
  86. If there are SW1/SW2 timeouts, it may be necessary to alter the wb<n> byte
  87. delay. Raising the delay to say 3000uS is usually satisfactory in this case.
  88.  
  89.  
  90. Copwrite Version History
  91. ------------------------
  92. 1.0: . 20.10.96
  93.      . First public release.
  94.